github.com/golang/protobuf/proto.textWriter.complete (field)
12 uses
github.com/golang/protobuf/proto (current package)
text_encode.go#L74: complete: true,
text_encode.go#L120: complete bool // whether the current position is a complete line
text_encode.go#L128: if !w.compact && w.complete {
text_encode.go#L132: w.complete = false
text_encode.go#L150: if w.complete {
text_encode.go#L160: w.complete = len(frags[len(frags)-1]) == 0
text_encode.go#L168: if !w.compact && w.complete {
text_encode.go#L172: w.complete = c == '\n'
text_encode.go#L177: if !w.compact && w.complete {
text_encode.go#L180: w.complete = false
text_encode.go#L553: if !w.complete {
text_encode.go#L559: w.complete = false
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)